home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / flute.zip / README.TXT < prev    next >
Text File  |  1995-04-24  |  842b  |  25 lines

  1. Flute
  2.  
  3. This is a scripting language for Windows 3.1x.
  4.  
  5. To install, create a directory on your hard disk and
  6. unzip using the -D option to expand the directory
  7.  
  8.         PKunzip -d flute.zip
  9.  
  10.  
  11. Please note that this editions does not support OLE
  12. Automation and does not support the Marshalling code
  13. required for Window Acts under Windows NT & Windows 95.
  14.  
  15. You can however automate normal Windows 3.1 programs unders
  16. Windows 95 and most commands will still operate - even on
  17. 32 bit client programs.
  18. The exceptions being 'SetMLText' etc which require marshalling code.
  19. Scroll bar functions - which have not been extended to include the
  20. sizable scroll bar thumbs.
  21. Also the "My Computer" application varies its menu ids. To
  22. select menus on this applications, use the names.
  23. e.g. SelectMenu{"My Computer",{"File","Explore"}};
  24.  
  25.